.nav-tabs li {
	background-image: none !important;
}

.nav-tabs a {
	text-decoration: none !important;
	font-weight: bold;
}

.accordion-heading a, span a, 
 .ficha-evento a, 
 .actividades-portada a { text-decoration: none !important; }
.accordion-heading a:hover { background-color: lightgrey; }

h1 { 
	font-size: 1.4em;	
}

option:disabled {
	color: silver;
}

#busqueda-simple {
	min-height: 750px;
}

.tab-pane {
	padding-top: 10px;
}

.foto-bien {
	margin: 0 0 5px 0;
}

#fotos .foto-bien {
	max-height: 150px;
	height: 150px;
	margin-right: 5px;
}

.mapa {
	width:100%;
	height:600px;
}

#main-mapa .olMapViewport {
	height: 800px !important;
}

#mapa .olMapViewport {
	height:400px !important;
}

.imgMap {
	width: 20%;
	float: left;
	margin-right: 1%;
}

.flex-container { 
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 0 !important;
}
.flex-container li {
    flex: 0 46%;
	margin: 0 1% 1% 0;
	background: #f2f2f2 !important;
	padding: 1%;
}
.result-number {
	margin-top: 10px;
}

.alert-mapa {
	margin:0; 
	font-weight: 700;
}

.info-bloque, .info-bloque a {
	text-align: right;
	color: white;
}

.info-bloque .info-mapa, 
  .info-bloque .info-link {
	background-color: #666666;
	margin: 1%;
	padding: 1% 5px 1% 5px;
	text-decoration: none !important;
}

.info-bloque .info-mapa:hover, 
  .info-bloque .info-link:hover {
	background-color: black;
}

.info-bloque .info-mapa .icon-map-marker, 
  .info-bloque .info-link {
	margin-right: 1%;	
}

.direccion {
	line-height: 7px;
	margin-bottom: 20px;
}
.info-mapa.no-clickable {
	opacity: 0.5;
}
.info-mapa.no-clickable a
{
	pointer-events: none;
}

/* Slider */
.centrado { margin-top: 37px; }
.actividades-portada {
	border: 2px solid #575353;
	background: #575353;
}

.actividades-portada .actividades-titulo {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 17px;
}

.actividades-museos {
	color: white;
	width: 200px;
	padding: 15px 0 0 15px;
	float: left;
}

.ver-completa {
	padding-top: 10px;
	clear: both;
}

.actividades-ver-completa {
	font-size: 9px;
	text-transform: uppercase;
	display: block;
	color: white;
	text-decoration: none;
}
.actividades-ver-completa:hover { text-decoration: underline !important; color: white; }

.mas {
	color: #575353;
	background: white;
	padding: 0 3px;
	margin-top: -1px;
}

.actividades-carrusel {
	margin-left: 220px;
	background: white url("../img/triangulo_slider.png") no-repeat left center;
	padding-left: 31px;
}

.actividades-portada .actividades {
	height: 60px;
}

.actividades-portada .actividades-carrusel .carousel-indicators {
	top: initial;
	bottom: 5px;
	right: 5px;
}
.actividades-portada .actividades-carrusel .carousel-indicators li {
	opacity: .5;
	background: #575353 !important;
}
.actividades-portada .actividades-carrusel .actividad-titulo {
	font-weight: bold;
	margin-bottom: 5px;
}

.actividades-portada .actividades-carrusel .actividad-titulo,
 .actividades-portada .actividades-carrusel .actividad-texto {
	display: block;
	height: 15px;
	line-height: 15px;
	white-space: nowrap;
	overflow: hidden;
}
.actividades-carrusel #carruselActividades { 
	min-height: 100px;
}
.actividades-portada .actividades-carrusel .item ul li {
	border-bottom: 1px solid #575353;
	padding-bottom: 10px !important;
	margin-bottom: 2px;
	margin-right: 6px;
    padding: 6px 0 6px 0;
    background: 0 !important;
	overflow: hidden;
}
.actividades-portada .actividades-carrusel .item ul li:last-child {
    border-bottom: 0;
    padding-bottom: 10px !important;
    margin-bottom: 0;
}

.ficha-evento .calendario {
	background: #f7f7f9 url('../img/calendar.png') center 20px no-repeat; 
	background-size: 50% auto;
	padding: 120px 15px 0 15px;
	margin: 0 0 20px 20px;
	width: 150px;
}

.ficha-evento .calendario dl dd + dt {
	border-top: 1px solid silver;
	margin-top: 5px;
	padding-top: 5px;
}

/**/

.icon-comment, .icon-envelope {
	margin-right: 5px;
}

#ver-delimitacion {
	background: url('../img/mapa.png') left no-repeat;
	padding-left: 22px;
	margin-left: 10px;
	cursor: pointer;
	display: inline-block;
}

#ver-delimitacion:hover {
	text-decoration: underline;
}

#content {
	float: none !important;
}

.video-button {
	text-decoration: none !important;
}

.modal-backdrop {
	opacity: 0;
}

span.fecha { font-weight: bold; }

.descripcion_actividad { display: none; }

.descripcion_actividad.visible { display: block; }

ul.actividades li span.titulo:hover { color: red; }

@media screen and (max-width: 480px) {
	
	.ficha-evento .calendario {
		width: 100%;
		background-size: 100px auto;
	}
	
}

#datos-juridicos .dl-horizontal dt{
	width: 180px;
}

#datos-juridicos .dl-horizontal dd{
	margin-left: 200px;
}

.foto-carrusel{
	width: 200px;
	height: 200px;
}

.owl-nav span {
	font-size: 20px;
}